home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver25.zip / SOURCE.ZIP / stdafx.h < prev    next >
C/C++ Source or Header  |  1997-07-15  |  490b  |  17 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #define VC_EXTRALEAN
  7.  
  8. #include <afxwin.h>         // MFC core and standard components
  9. #include <afxext.h>         // MFC extensions
  10. #include <MMSystem.h>
  11. #pragma comment(lib, "winmm.lib")
  12.  
  13. //#include <vfw.h>
  14. //#include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  15.  
  16. //#pragma comment(lib, "vfw32.lib")
  17.